home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / x / gui / amiga / x11_1.dms / x11_1.adf / install.demo < prev    next >
Text File  |  1992-03-30  |  1KB  |  47 lines

  1. assign getback: ""
  2. echo "Installation of X11 Demo software"
  3. echo "Have you set up the X11: volume yet?"
  4. cd X11:
  5. echo "I guess so"
  6. echo "making lharc resident"
  7. resident X11demo.vol1:bin/lharc pure
  8. if not exists bin
  9.     makedir bin
  10. endif
  11.  
  12. echo "install servers and some utilities"
  13. lharc -m -a -x x X11demo.vol1:bin.LZH
  14.  
  15. echo "installing more misc files"
  16. lharc -m -a -x x X11demo.vol1:misc.LZH
  17.  
  18. echo "extracting misc fonts"
  19. lharc -m -a x X11demo.vol1:fonts.LZH
  20.  
  21. echo "installing various bitmaps"
  22. lharc -m -a -x x X11demo.vol1:bitmaps.LZH
  23.  
  24. echo "installing ipc.device in devs:"
  25. copy X11demo.vol1:devs/ipc.device devs:
  26.  
  27. echo "install sample clients"
  28. lharc -m -a x X11demo.vol2:clients.LZH
  29.  
  30. ; The folloing env variable should be set in a startup script
  31.  
  32. echo "setting env variable DISPLAY to unix:0"
  33. setenv DISPLAY unix:0
  34.  
  35. echo "setting user name to guest"
  36. setenv USER guest
  37.  
  38. echo "setting env variable HOME to X11:"
  39. setenv HOME X11:
  40.  
  41. echo "setting hostname of this amiga to amiga"
  42. setenv HOSTNAME amiga
  43.  
  44. cd getback:
  45. assign getback:
  46.  
  47.